.index-content {
  width: 100%;
  margin-top: 30px;
}

.even {
  background: #fff;
}

.odd {
  background: #f9fafd;
}

/* 第一层 */
.index-first-content {
  width: 100%;
}

/* 左侧 */
.index-first-left {
  width: 465px;
  margin-right: 45px;
}

/* 左侧内容 */
.index-first-lecontent {
  width: 100%;
  margin-top: 17px;
}

.index-first-left-top {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 216px;
  padding: 0 25px;
}

.index-first-title {
  padding-top: 15px;
  font-size: 15px;
  color: #fff;
}

.index-first-left-one img {
  position: absolute;
}

.index-AQI-text {
  position: absolute;
  left: 115px;
  top: 60px;
  font-size: 15px;
  color: #fff;
}

.index-AQI-text1 {
  position: absolute;
  width: 105px;
  text-align: center;
  top: 90px;
  left: 40px;
  font-size: 45px;
  color: #fff;
}

.index-AQI {
  top: 50px;
  left: 40px;
}

.index-line {
  bottom: 30px;
}

.index-first-left-two {
  margin-top: 60px;
}

.index-first-left-two p {
  font-size: 13px;
  color: #fff;
  text-align: right;
}

.index-first-left-two .index-wr {
  font-size: 17px;
  text-align: right;
  line-height: 38px;
}

.index-number {
  position: absolute;
  bottom: 10px;
}

.index-number span {
  padding-right: 4px;
  color: #fff;
}

.index-yjimg p {
  display: none;
  position: absolute;
  width: 36px;
  height: 18px;
  line-height: 14px;
  font-size: 10px;
  text-align: center;
  bottom: 40px;
  color: #ae5e1e;
  background: url('./index-first-img3.png') no-repeat;
}

.index-yjimg .y {
  left: 17px;
}

.index-yjimg .l {
  left: 46px;
}

.index-yjimg .qd {
  left: 74px;
}

.index-yjimg .zd {
  left: 99px;
}

.index-yjimg .zhd {
  left: 124px;
}

.index-yjimg .yz {
  left: 150px;
}

.index-first-left-bottom {
  width: 100%;
  box-sizing: border-box;
  height: 122px;
  padding: 0 15px;
  border: 1px solid #d9e1ef;
  background: #f9fafd;
  position: relative;
}
.index-first-left-bottom .index-first-left-bottom-img {
   display: none;
   width: 100%;
   height: 125px;
   position: absolute;
   top: 0;
   left: 0;
}
.index-first-left-bottom .index-first-left-bottom-img2 {
  display: none;
  width: 100%;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
}
.index-first-left-bottom .on {
  display: block;
}
.index-first-left-bottom p.index-first-left-title {
  height: 60px;
  font-size: 17px;
  line-height: 60px;
  color: #266bca;
}

.index-first-left-bottom p {
  width: 100%;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 13px;
  color: #808080;
  line-height: 2;
}

/* 中间 */
.index-first-center {
  width: 424px;
  height: 381px;
  margin-right: 35px;
  border: 1px solid #d9e1ef;
  border-bottom: none;
  position: relative;
}
.index-first-center .index-first-center-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
}
.index-first-center .on {
  display: block;
}
.index-first-center table {
  width: 100%;
  font-size: 15px;
  line-height: 34px;
}

.index-first-center tr {
  width: 100%;
  height: 34px;
  border-bottom: 1px solid #d9e1ef;
}

.index-first-center tr th {
  font-size: 15px;
  font-weight: normal;
  color: #808080;
  max-width: 177px;
}

/* 右侧 */
.index-first-right {
  width: 216px;
}

.index-first-right li {
  width: 100%;
  height: 120px;
  margin-bottom: 12px;
  overflow: hidden;
}

.index-first-right li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.index-first-right li a img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.index-first-right li img.hover {
  transform: scale(1.2);
}

.index-first-topTitle {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  padding: 17px 0 12px 17px;
}

.index-first-subTitle {
  position: absolute;
  top: 49px;
  left: 0;
  font-size: 13px;
  color: #fff;
  padding-left: 17px;
}

/* 第二层 */
.index-second-content {
  width: 100%;
  box-sizing: border-box;
  padding: 18px 15px;
  height: auto;
  background: #f5f9ff;
  margin-top: 10px;
}

/* 左侧轮播图 */
.index-second-left {
  position: relative;
  width: 665px;
  height: 400px;
  margin-right: 15px;
  overflow: hidden;
}

/* 轮播图 */
#slideShowContainer {
  height: 100%;
  overflow: hidden;
}

#slideShowContainer img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}

#slideShowContainer img:hover {
  transform: scale(1.07);
}

#picUl {
  list-style: none;
}

#picUl li {
  width: 100%;
  height: 400px;
}

#dotUl {
  list-style: none;
  display: flex;
  flex-direction: row;
  /*使用绝对布局，固定于左下角*/
  position: absolute;
  right: 21px;
  bottom: 20px;
  /*通过设置z-index的值大于#titleDiv中z-index的值，使其浮在标题栏的上方*/
  z-index: 2;
}

#titleDiv {
  position: absolute;
  width: 100%;
  height: 56px;
  bottom: 0;
  left: 0px;
  background-color: #000000;
  /*设置透明度，实现标题栏半透明效果*/
  opacity: 0.7;
  z-index: 1;
}

#titleDiv>span {
  line-height: 56px;
  color: #FFFFFF;
  margin-left: 20px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#titleDiv>span>a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 19px;
}

#dotUl li {
  cursor: pointer;
}

#dotUl .selected {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #d40000;
  color: transparent;
  margin-left: 9px;
  cursor: pointer;
  margin-top: -1px;
  float: left;
}

#dotUl .unselected {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
  color: transparent;
  margin-left: 9px;
  float: left;
}

#titleDiv .hide {
  display: none;
}

#titleDiv .show {
  display: block;
}

/*切换标题样式*/
.switchTitleBox {
  float: left;
  width: 50%;
  padding-top: 20px;
  padding-left: 10px;
  box-sizing: border-box;
}

.switchTitleBox .switchTitle {
  height: 50px;
  color: #7E7E7E;
  font-size: 19px;
  border-bottom: 1px #E6E6E6 solid;
}

.switchTitleBox .switchTitle ul {
  float: left;
}

.switchTitleBox .switchTitle ul li {
  display: inline-block;
  list-style: none;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}

.switchTitleBox .switchTitle .active {
  border-bottom: 2px #0168B7 solid;
  color: #000000;
}

.switchTitleBox .switchTitle .active a {
  color: #000000;
}

.switchTitleBox .theme-list {
  margin-top: 10px;
  margin-left: 16px;
  height: 334px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 15px;
}

.switchTitleBox .theme-list li {
  width: 100%;
  box-sizing: border-box;
  color: #3b3b3b;
  height: 36px;
  list-style: none;
}

.switchTitleBox .theme-list li i {
  color: #cbcbcb;
  font-size: 11px;
  font-style: normal;
  vertical-align: middle;
  padding-right: 5px;
}

.switchTitleBox .theme-list .themeTitle {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}

.switchTitleBox .theme-list .themeTime {
  float: right;
  font-size: 11px;
  color: #999999;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}

.switchTitleBox .tab-details .theme-title-box {
  position: relative;
  display: none;
}

.switchTitleBox .tab-details .active {
  display: block;
}

.switchTitleBox .theme-title-box .more {
  position: absolute;
  display: none;
}

/* 右侧 */
.index-second-right {
  width: 484px;
}

.index-second-title {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
}

.index-second-title li {
  float: left;
  position: relative;
  height: 40px;
  padding: 0 5px;
  font-size: 16px;
  color: #333333;
}

.index-second-title li a {
  color: inherit;
  display: inline-block;
  padding-bottom: 7px;
  padding-top: 5px;
  padding: 5px 10px 7px 10px;
}

.index-second-title li a.hover {
  border-bottom: 2px solid #266bca;
}

.index-second-title li a img {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 0);
}

.index-second-list {
  width: 100%;
}

.index-second-list ul li {
  overflow: hidden;
  font-size: 15px;
  line-height: 36px;
  color: #656564;
}

.index-second-list ul li i {
  width: 7px;
  height: 7px;
  background: #c7dce7;
  border-radius: 7px;
  margin-right: 10px;
  margin-top: 15px;
}

.index-second-list ul li a {
  width: 73%;
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index-second-list ul li a:hover {
  color: #0089cb;
}

/* 第三层 */
.index-third-content {
  width: 100%;
  margin-top: 20px;
}

.index-third-content .index-third-img-box {
  display: block;
  float: left;
  position: relative;
  width: 295px;
  height: 82px;
  margin-left: 15px !important;
  background-repeat: no-repeat !important;
}


.index-three-content {
  margin-left: -18px;
}

/* .index-third-content .index-third-img-box:nth-last-of-type(1){
    margin-left: 0;
} */
.index-three-main-content ul {
  width: 1700px;
  overflow: hidden;
}

.index-three-main-content li {
  float: left;
}

.index-third-img-box p {
  width: 203px;
  font-size: 19px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
  padding-left: 16px;
  transition: all 0.5s;
}

.index-third-img-box p.hover {
  font-size: 21px;

}

.index-third-img-box img.hover {
  width: 15%;
  height: 40%;

}

.index-third-img-box img {
  position: absolute;
  bottom: 13px;
  right: 23px;
  width: 13%;
  height: 35%;
  transition: all 0.5s;
}

/* 第四层 */
.index-forth-content {
  width: 100%;
  margin-top: 20px;
}

/* 内容 */
.index-three-main-content,
.index-forth-main-content {
  margin-top: 15px;
  width: 100%;
}

/* 左侧table */
.index-forth-left-table {
  position: relative;
  width: 943px;
  height: 218px;
  margin-right: 10px;
  border: 1px solid #d9e1ef;
  border-bottom: none;
  padding-top: 34px;
  box-sizing: border-box;
}

.index-forth-left-table table {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

.index-forth-left-table tr {
  width: 100%;
  height: 61px;
}
.index-forth-left-table tr:hover td {
  color: #0089cb;
  cursor: pointer;
}
.index-forth-left-table td {
  max-width: 200px;
  padding: 0 4px;
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #d9e1ef;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-first-center .index-table-title,
.index-forth-left-table .index-table-title {
  width: 100%;
  height: 34px;
  background: #0089cb;
  font-size: 15px;
  line-height: 34px;
}

.index-forth-left-table .index-table-title {
  position: absolute;
  top: -1px;
  width: 942px;
}

.index-forth-left-table .index-table-title li {
  text-align: center;
  color: #fff;
  float: left;
}
.index-forth-left-table .index-table-title .table-wsh {
  width: 210px;
}

.index-forth-left-table .index-table-title .table-bxcdw {
  width: 195px;
}

.index-forth-left-table .index-table-title .table-wflx {
  width: 220px;
}

.index-forth-left-table .index-table-title .table-cfyj {
  width: 220px;
}
.index-forth-left-table .index-table-title .table-rq {
  width: 80px;
}
.index-forth-left-table .index-table-title .table-lmtitle {
  width: 690px;
}
.index-forth-left-table .index-table-title .table-yymmdd {
  width: 220px;
}

.index-first-center .index-table-title li {
  text-align: center;
}

.index-first-center .index-table-title li.first {
  width: 177px;
}

.index-first-center .index-table-title li.second {
  width: 65px;
}

.index-first-center .index-table-title li.third {
  width: 71px;
}

.index-first-center .index-table-title li.forth {
  width: 104px;
}

.index-table-box {
  height: 350px;
  overflow: hidden;
}

.index-table-title th {
  color: #fff;
}

/* .index-forth-left-table table th{
    padding-right: 40px;
    color: #656564;
    font-size: 14px;
    font-weight: normal;
} */
/* 右侧盒子 */
.index-forth-right-img {
  position: relative;
  width: 242px;
  height: 218px;
  overflow: hidden;
  margin-left: 5px;
}

.index-forth-right-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-forth-right-img a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.index-forth-right-img a img.hover {
  transform: scale(1.2);
}

.index-forth-right-text {
  position: absolute;
  top: 0;
  font-size: 23px;
  color: #fff;
  line-height: 24px;
  padding-top: 35px;
  padding-left: 25px;
}

.text-border {
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
}

/* 第五层 */
.index-fifth-content {
  width: 100%;
  margin-top: 20px;
}

.index-fifth-main-content {
  width: 100%;
  margin-top: 15px;
}

.index-fifth-main-content li {
  position: relative;
  width: 183px;
  height: 130px;
  float: left;
  text-align: center;
  color: #fff;
  margin-left: 20px;
}

.index-fifth-main-content li:hover {
  color: #28a9e4;
}

/* .index-fifth-main-content li:nth-of-type(n+2){
    margin-left: 20px;
} */
.index-fifth-main-content li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.index-fifth-main-content li a img {
  width: 100%;
  height: 100%;
}

.index-fifth-main-content li p {
  position: absolute;
  width: 100%;
  bottom: 18px;
  font-size: 15px;
  color: inherit;
  text-align: center;
}

/* 第六层 */
.index-sixth-content {
  width: 100%;
  margin-top: 21px;
}

.index-sixth-left {
  width: 540px;
  margin-right: 35px;
}

.index-sixth-left-first {
  width: 100%;
  margin-right: 10px;
}

.index-sixth-left-top {
  float: left;
  width: 265px;
  height: 180px;
  /* background: url("./index-sixth-img.png") no-repeat 100% 100%; */
  overflow: hidden;
  margin-right: 10px;
}

.index-sixth-left-top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.index-sixth-left-top a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.index-sixth-left-top a img.hover {
  transform: scale(1.2);
  /* transition: all 0.5; */
}
.index-sixth-left li {
  position: relative;
  float: left;
  width: 263px;
  height: 86px;
  border: 1px solid #eaf1fa;
  margin-bottom: 5px;
  color: #266bca;
}
.index-sixth-left li.margin10{
  margin-right: 10px;
}
.index-sixth-left li:hover {
  background: #266bca;
  color: #fff;
}

.index-sixth-left li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.index-sixth-left li img {
  position: absolute;
  top: 23px;
  left: 25px;
}

.index-sixth-left li p {
  position: absolute;
  left: 85px;
  line-height: 86px;
  font-size: 17px;
  color: inherit;
}

.index-sixth-left-first ul {
  width: 265px;
  margin-top: 0;
  float: left;
}

.index-sixth-left-second {
  width: 100%;
}

/* 中间 */
.index-sixth-center {
  width: 374px;
  margin-right: 35px;
}

.index-sixth-img-box {
  position: relative;
  width: 100%;
  height: 84px;
  margin-bottom: 10px;
  overflow: hidden;
}

.index-sixth-img-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-sixth-img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.index-sixth-img-box img.hover {
  transform: scale(1.2);
}

.index-sixth-img-box p {
  position: absolute;
  left: 145px;
  top: 28px;
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
  z-index: 10;
}

.index-sixth-img-box .index-sixth-er {
  top: 20px;
}

/* 右侧 */
.index-sixth-right {
  width: 216px;
}

.index-sixth-right-top {
  width: 100%;
  height: 76px;
  overflow: hidden;
}

.index-sixth-right img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.index-sixth-right img.hover {
  transform: scale(1.1);
}

.index-sixth-list {
  width: 100%;
}

.index-sixth-list li {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 67px;
  border: 1px solid #f0f5fb;
  margin-bottom: 4px;
}

.index-sixth-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.index-sixth-list li:hover {
  background: url("./index-sixth-img7.png") no-repeat;
  background-size: cover;
}

.index-sixth-list img {
  position: absolute;
  width: 10%;
  height: 30%;
  left: 63px;
  top: 24px;
  ;
}

.index-sixth-list p {
  padding-left: 91px;
  padding-top: 23px;
  font-size: 15px;
}

@media screen and (max-width:1200px) {
  .index-first-left-bottom .index-first-left-bottom-img {
    height: auto;

 }
 .index-first-left-bottom .index-first-left-bottom-img2 {
   height: auto;
 }
  .index-content {
    margin-top: 0.2rem;
  }

  /* 第一层 */
  .index-first-left {
    width: 100%;
    margin-right: 0;
  }

  /* 左侧 */
  .index-first-lecontent {
    margin-top: 0.2rem;
  }

  .index-first-left-top {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.3rem;
    height: 4rem;
    background-size: 100% 100%;
  }

  .index-first-title {
    padding-top: 0.3rem;
    font-size: 0.32rem;
  }

  .index-line {
    bottom: 0.65rem;
    width: 3rem;
  }

  .index-yjimg p {
    width: 0.72rem;
    height: 0.36rem;
    line-height: 0.3rem;
    font-size: 0.22rem;
    bottom: 0.85rem;
    color: #ae5e1e;
    background-size: cover;
  }

  .index-yjimg .y {
    left: 0.14rem;
  }

  .index-yjimg .l {
    left: 0.77rem;
  }

  .index-yjimg .qd {
    left: 1.3rem;
  }

  .index-yjimg .zd {
    left: 1.78rem;
  }

  .index-yjimg .zhd {
    left: 2.26rem;
  }

  .index-yjimg .yz {
    left: 2.78rem;
  }

  .index-AQI-text1 {
    width: 1.6rem;
    top: 1.7rem;
    left: 0.7rem;
    font-size: 0.7rem;
  }

  .index-AQI-text {
    left: 1.6rem;
    top: 1.1rem;
    font-size: 0.26rem;
  }

  .index-first-left-two p {
    font-size: 0.28rem;
    line-height: 0.3rem;
  }

  /* left-bottom */
  .index-first-left-bottom {
    width: 100%;
    box-sizing: border-box;
    height: 2.4rem;
    padding: 0 0.2rem;
  }

  .index-first-left-bottom p.index-first-left-title {
    /* height: 1rem; */
    font-size: 0.32rem;
    line-height: 0.8rem;
    height: auto;
  }

  .index-first-left-bottom p {
    /* height: 0.8rem; */
    font-size: 0.28rem !important;
    line-height: 0.4rem;
  }

  /* 中间 */
  .index-first-center {
    width: 99%;
    margin-right: 0;
    margin-top: 0.2rem;
    border: 0.02rem solid #d9e1ef;
  }

  .index-first-center .index-table-title li {
    font-size: 0.28rem;
  }

  .index-first-center .index-table-title li.first {
    width: 3rem;
  }

  .index-first-center .index-table-title li.second {
    width: 0.65rem;
  }

  .index-first-center .index-table-title li.third {
    width: 1.4rem;
  }

  .index-first-center .index-table-title li.forth {
    width: 1.64rem;
  }

  .index-first-center tr th {
    font-size: 0.32rem;
    max-width: 1.55rem;
  }

  /* 右侧 */
  .index-first-right {
    width: 100%;
    margin-top: 0.2rem;
  }

  .index-first-topTitle {
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    padding: 0.34rem 0 0.24rem 0.34rem;
  }

  .index-first-subTitle {
    font-size: 0.28rem;
    padding-left: 0.34rem;
    top: 1rem;
  }

  /* 第二层 */
  .index-second-content {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0.2rem;
  }

  .index-second-left {
    width: 100%;
    height: 5rem;
    margin-right: 0;
  }

  #picUl li {
    height: 5rem;
  }

  #titleDiv {
    height: 0.7rem;
  }

  #titleDiv>span {
    line-height: 0.7rem;
    margin-left: 0.1rem;
  }

  #titleDiv>span>a {
    font-size: 0.22rem;
  }

  #dotUl .unselected {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.09rem;
  }

  #dotUl .selected {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.09rem;
  }

  #dotUl {
    right: 0.2rem;
    bottom: 0.2rem;
  }

  /* 右侧 */
  .index-second-right {
    width: 100%;
    margin-top: 0.2rem;
  }

  .index-second-title {
    width: calc(100% - 0.4rem);
    padding: 0 0.2rem;
  }

  .index-second-title li {
    font-size: 0.26rem;
    height: 0.56rem;
    padding: 0 0.05rem;
  }

  .index-second-title li a {
    padding: 0.1rem 0.2rem 0.05rem 0.1rem;
    line-height: 0.3rem;
  }

  .index-second-list ul li {
    font-size: 0.24rem;
    line-height: 0.6rem;
    padding: 0 0.2rem;
  }

  .index-second-list ul li i {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.2rem;
    margin-top: 0.24rem;
  }

  /* 第三层 */
  .index-third-content {
    width: 100%;
    margin-top: 0.2rem;
  }

  .index-three-content {
    margin-left: 0;
    width: 100%;
  }

  /* .index-third-content ul{
        height: 2rem !important;
    } */
  .index-third-content li {
    margin-left: 0;
  }

  /* .index-third-content a{
        width: 100%;
        height: 100%;
    } */
  .index-third-content .index-third-img-box {
    width: 100%;
    height: 2rem;
    margin-left: 0 !important;
    margin-bottom: 0.1rem;
  }

  .index-third-content .index-third-img-box {
    width: 100%!important;
  }

  .index-third-content .index-third-img-box:nth-of-type(2n) {
    margin-left: 2%;
  }

  .tempWrap {
    width: 100% !important;
  }

  .index-third-img-box p {
    width: calc(100% - 0.4rem);
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    font-size: 0.28rem;
  }

  .index-third-img-box img {
    width: 10%;
    height: 25%;
    bottom: 0.2rem;
    right: 0.2rem;
  }

  .index-forth-content {
    width: 100%;
    margin-top: 0.2rem;
  }

  .index-three-main-content,
  .index-forth-main-content {
    margin-top: 0.2rem;
    width: 100%;
  }

  .index-forth-left-table {
    width: 100%;
    overflow-x: scroll;
    padding-top: 0.4rem;
    height: 3.44rem;
  }

  .index-forth-left-table table {
    width: 100%;
    padding: 0 0.15rem;
  }

  /* 四层右侧 环球公示*/
  .index-forth-right-img {
    width: 100%;
    height: 6rem;
    margin-top: 0.3rem;
  }

  .index-forth-right-img a {
    background-size: cover;
  }

  /* 五层 */
  .index-fifth-content {
    margin-top: 0.2rem;
  }

  .index-fifth-main-content {
    margin-top: 0.2rem;
  }

  .index-fifth-main-content li {
    width: 49%;
    height: 2.5rem;
    margin-bottom: 0.1rem;
  }

  .index-fifth-main-content li:nth-of-type(n+2) {
    margin-left: 0;
  }

  .index-fifth-main-content li:nth-of-type(2n) {
    margin-left: 2%;
  }

  .index-fifth-main-content li p {
    bottom: 0.36rem;
    font-size: 0.32rem;
  }

  /* 第六层 */
  .index-sixth-content {
    margin-top: 0.2rem;
  }

  .index-sixth-left {
    width: 100%;
    margin-right: 0;
  }

  .index-sixth-left-first {
    width: 100%;
    margin-right: 0;
  }

  .index-sixth-left-top {
    width: 100%;
    height: 4rem;
    background-size: cover;
  }

  .index-forth-right-text {
    font-size: 0.6rem;
    color: #fff;
    line-height: 0.8rem;
    padding-top: 0.8rem;
    padding-left: 0.5rem;
  }
  .index-sixth-left-first ul{
    width: 100%;
    margin-top: 0.2rem;
  }
  .index-sixth-left li {
    box-sizing: border-box;
    width: 100%;
    height: 1.8rem;
    border: 0.05rem solid #eaf1fa;
    margin-bottom: 0.1rem;
  }

  .index-sixth-left-second {
    width: 100%;
  }

  .index-sixth-left li p {
    position: absolute;
    left: 1.6rem;
    line-height: 1.8rem;
    font-size: 0.36rem;
    color: inherit;
  }

  /* 中间 */
  .index-sixth-center {
    width: 100%;
    margin-right: 0;
  }

  .index-sixth-img-box {
    width: 100%;
    height: 1.8rem;
  }

  .index-sixth-img-box p {
    left: 2.3rem;
    top: 0.6rem;
    font-size: 0.4rem;
    line-height: 0.55rem;
    z-index: 10;
  }

  .index-sixth-right {
    width: 100%;
  }

  .index-sixth-right-top {
    height: 2rem;
  }

  .index-sixth-list li {
    margin-top: 0.2rem;
    height: 1.2rem;
    width: 48%;
    float: left;
  }

  .index-sixth-list li:nth-of-type(2n) {
    margin-left: 2%;
  }

  .index-sixth-list img {
    left: 0.6rem;
    top: 0.44rem;
  }

  .index-sixth-list p {
    padding-left: 1.2rem;
    padding-top: 0;
    font-size: 0.28rem;
    line-height: 1.2rem;
  }

  .index-sixth-left li img {
    top: 0.72rem;
    left: 0.6rem;
  }

  .index-AQI {
    top: 1rem;
    display: block;
    width: 1.6rem;
  }

  .index-first-left-two {
    margin-top: 1.2rem;
  }

  .index-number {
    font-size: 0.24rem;
    bottom: 0.3rem;
    left: 0.37rem;
  }

  #findWarning {
    font-size: 0.22rem !important;
    height: auto;
    -webkit-line-clamp: inherit;
  }

  .index-first-right li {
    height: 2rem;
  }

  .index-forth-left-table td {
    font-size: 0.16rem !important;
    line-height: 0.2rem;
  }

  .index-forth-left-table .index-table-title {
    /* position: sticky; */
    /* width: auto; */
    width: 100%;
    font-size: 0.22rem !important;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .index-forth-left-table .index-table-title .table-wsh {
    width: 16%;
  }
  
  .index-forth-left-table .index-table-title .table-bxcdw {
    width: 18%;
  }
  
  .index-forth-left-table .index-table-title .table-wflx {
    width: 28%;
  }
  
  .index-forth-left-table .index-table-title .table-cfyj{
    width: 30%;
  }
  .index-forth-left-table .index-table-title .table-rq{
    width: 7%;
  }
  .index-forth-left-table .index-table-title .table-lmtitle {
    width: 79%;
  }
  .index-forth-left-table .index-table-title .table-yymmdd {
    width: 20%;
  }
  .index-forth-left-table tr {
    width: 100%;
    height: 1rem;
}
}